From c07688d48cd6975882860826fd0d7441278ac5b8 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 7 Mar 2014 16:15:15 -0800 Subject: [PATCH] Stub out cargo-read-manifest --- commands/cargo-read-manifest/main.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commands/cargo-read-manifest/main.rs diff --git a/commands/cargo-read-manifest/main.rs b/commands/cargo-read-manifest/main.rs new file mode 100644 index 000000000..571174dd0 --- /dev/null +++ b/commands/cargo-read-manifest/main.rs @@ -0,0 +1,5 @@ +#[crate_id="cargo-read-manifest"]; + +fn main() { + +} -- 2.30.2